Functions | |
| def | TxtWrapBy (start_str, end, all) |
| def | ToHexStr (num) |
| def | xFunc (event) |
| def | decoding_char (ctypes_char_array) |
| def | enum_devices () |
| def | open_device () |
| def | start_grabbing () |
| def | stop_grabbing () |
| def | close_device () |
| def | set_continue_mode () |
| def | set_software_trigger_mode () |
| def | trigger_once () |
| def | save_bmp () |
| def | is_float (str) |
| def | get_param () |
| def | set_param () |
| def | enable_controls () |
Variables | |
| deviceList = MV_CC_DEVICE_INFO_LIST() | |
| cam = MvCamera() | |
| int | nSelCamIndex = 0 |
| int | obj_cam_operation = 0 |
| bool | isOpen = False |
| bool | isGrabbing = False |
| bool | isCalibMode = True |
| app = QApplication(sys.argv) | |
| mainWindow = QMainWindow() | |
| ui = Ui_MainWindow() | |
| def BasicDemo.TxtWrapBy | ( | start_str, | |
| end, | |||
| all | |||
| ) |
| def BasicDemo.ToHexStr | ( | num | ) |
| def BasicDemo.xFunc | ( | event | ) |
| def BasicDemo.decoding_char | ( | ctypes_char_array | ) |
Safely decode a string from a ctypes character array. Compatible with Python 2.x and 3.x, and both 32‑bit and 64‑bit operating systems.
| def BasicDemo.enum_devices | ( | ) |
| def BasicDemo.open_device | ( | ) |
| def BasicDemo.start_grabbing | ( | ) |
| def BasicDemo.stop_grabbing | ( | ) |
| def BasicDemo.close_device | ( | ) |
| def BasicDemo.set_continue_mode | ( | ) |
| def BasicDemo.set_software_trigger_mode | ( | ) |
| def BasicDemo.trigger_once | ( | ) |
| def BasicDemo.save_bmp | ( | ) |
| def BasicDemo.is_float | ( | str | ) |
| def BasicDemo.get_param | ( | ) |
| def BasicDemo.set_param | ( | ) |
| def BasicDemo.enable_controls | ( | ) |
| deviceList = MV_CC_DEVICE_INFO_LIST() |
| cam = MvCamera() |
| int nSelCamIndex = 0 |
| int obj_cam_operation = 0 |
| bool isOpen = False |
| bool isGrabbing = False |
| bool isCalibMode = True |
| app = QApplication(sys.argv) |
| mainWindow = QMainWindow() |
| ui = Ui_MainWindow() |